functional programming style

英 [ˈfʌŋkʃənl ˈprəʊɡræmɪŋ staɪl] 美 [ˈfʌŋkʃənl ˈproʊɡræmɪŋ staɪl]

网络  函数式编程风格

计算机



双语例句

  1. One alternate to object-oriented programming is functional programming, and Python offers resources to program in a functional style, as well as object oriented and procedural.
    面向对象的编程的替代方案是函数式编程,并且Python提供了用于进行函数式以及面向对象和过程式编程的资源。
  2. Functional programming is a style of programming that moves the focus from executing commands to the evaluation of expressions.
    函数编程是一种编程风格,它将关注点从执行命令转移到表达式计算。
  3. A perfect way to see the benefits of the functional programming style, and how this works within Erlang, is to look at the Fibonacci function.
    要想了解函数编程风格的好处以及它在Erlang中的实现方式,最好的方法是了解Fibonacci函数。
  4. Scala offers quite different capabilities, the integration of Object Oriented with the Functional programming style.
    Scala的能力与F不太一样,这是种面向对象与函数式编程集成的编程风格。
  5. Having previous experience with functional programming has ( unsurprisingly) lead us to structure the code in a very functional style.
    过往函数式编程的经验使我们能够将代码组织成非常“函数”的形式。
  6. Combination of logical programming style with functional programming style
    逻辑式与函数式两种程序设计风格的结合